How can I convert MT4 alert or email indicator signal to Expert Advisor to open trades? - mql4

I need some support about below article.
How can I convert Metatrader 4 alert or email indicator signal to Expert Advisor to open trades?
When I compile the file (LogParser.mqh), I find below alert.
How can I fixed it ?
enter image description here

Related

How to prevent Speech.Framework iOS from accessing contact list?

I am using speech framework to do speech to text implementation.
I also have contact permission for login feature.
Speech framework working perfectly fine like below only little bit problem left.
for example:
My voice -> "Hi Andy"
Speech to Text -> "Hi Andy Deadman"
Even-though i didn't say Deadman.
Expected:
Speech to Text -> "Hi Andy"
So, we found out that if we have some contact list in our phone with phonetic name it recognized and replace it automatically.
is it possible to prevent speech.framework from accessing that information?

Fingerprint Scanner - TTL (GT-511C3) message issue

I am having difficulty setting up my fingerprint Scanner - TTL (GT-511C3). I have bought it from http://www.w11stop.com/manufacturer-sparkfun I'm using the library from https://github.com/sparkfu/Fingerprint_Scanner-TTL/tree/master/FPS_GT511C3 and none of the example sketches work.
I have a message printing to the serial before the fps.open() command and a message printing afterwards, but I only ever see the first message. Does this mean the arduino is stuck trying to open the scanner?
try and get 'Demo software' from this link
and see if the software can access the sensor.

Customize AdColony V4VC Popup Menu in Swift

I'm adding V4VC ads from AdColony into my game and trying to change the default popup window.
Right now, it says:
"Watch a sponsored video to earn 1 Coin?"
I need it to say:
"Watch a sponsored video to earn 25 Diamonds?"
I looked on their support page and followed their instructions for setting up the app and currency on my account. However, the required code was in Objective-C. I need to convert this or find the correct code for V4VC ads in Swift:
NSString*currencyName=[AdColonygetVirtualCurrencyNameForZone:/*zoneID*/]; intcurrencyAmount=[AdColonygetVirtualCurrencyRewardAmountForZone:/*zoneID*/]; intremaining=[AdColonyPublicgetVideosPerReward:currencyName]‐[AdColonyPublicgetVideoCreditBalance:currencyName];
I am also using Sprite Kit. Help is greatly appreciated!
When you log into our dashboard at https://clients.adcolony.com/ you can update the settings for your zone to show the name of your in game currency and the proper amount to award.
If you do have questions on this set up, email support#adcolony.com for more help on this process.

Prefilled data in facebook web dialog

Is there any way i can prefill any string in FBWebDialog? Any workaround would do,I am aware facebook has deprecated the message parameter from their sdk.
My scenario is user clicks on a facebook contact
FBWebDialog opens and then the message gets prefilled with some text instead of a blank textfield.
any help would be appreciated
Thanks
Okay, from the comments it sounds like you want to post on the user's wall. Here is a method that is available in the FB SDK that pulls up a share dialog within your app and supports pre filled text
[FBDialogs presentOSIntegratedShareDialogModallyFrom:self initialText:#"Initial text" image:nil url:nil handler:nil];
Example with pre filled text:
Which type of dialog are you opening? (Sounds like the Send dialog, if you want to send a Facebook message.)
I do not think it is possible to even send a message directly to a user from iOS. When performing the following I get the error "This dialog is not available on this device"
[FBWebDialogs presentDialogModallyWithSession:nil dialog:#"send" parameters ...
iOS FB SDK WebDialog reference shows the following methods:
+ presentRequestsDialogModallyWithSession:message:title:parameters:handler:
+ presentRequestsDialogModallyWithSession:message:title:parameters:handler:friendCache:
Those seem to support pre-populating the message field. They only support apprequests though (not messages) and whether the message is even attached is a bit unknown (all I saw when testing was "User wants you to try App", not the actual string I set).
The javascript API (which could maybe be pulled up in a webview?) doesn't have a parameter to set the message probably because the Send dialog documentation says:
Facebook messages are a channel for person-to-person communication,
and not for apps to send messages, or encourage people to spam their
friends.
If you just want to post a message/share then you can use a share sheet which looks to support an initial message:
[FBNativeDialogs presentShareDialogModallyFrom:self initialText:#"My text to share" ...

Convert blackerry program/app into an installable form

I need to send a completed BlackBerry app, for OS 5, to my client in an installable form. What are the ways to achieve this?
I am using the BlackBerry Eclipse plugin and I have a BlackBerry Bold 9000.
Follow this steps:
1) To get Signing Keys you will need to go to the BlackBerry Developer’s web site:
https://www.blackberry.com/SignedKeys/
2) As you finished your registration successfully you will get the confirmation mail with the order number.
3) You will get three different mail(Within 48 hours or within 2 working days) from the devsupport#rim.com which contains
client-RBB-XXXXXXXXX.csi
client-RCR-XXXXXXXXX.csi
client-RRT-XXXXXXXXX.csi
Where “XXXXXXXXX” may be any number.
4) You can configure these .csi files in this ways.
Configure using Eclipse IDE
i. Go to windows > preferences > BlackBerry Java Plug-in > Signature Tool > Install New Key
ii. Please select client-RBB-XXXXXXXXX.csi file which you get from RIM.
iii. You will get the pop up window which ask for password and configure password. Please enter eight digit number which you what to set as you password. And remember it for future use.
iv. After clicking ok button you will get a screen which generates the random information. Please drag your mouse over that screen(Continuously until whole process will be finished) to proceed further.
v. After finishing random info. Generation you will be asked to enter the registration PIN. Please enter same Registration PIN as you applied for Registration.
vi. You will get the success message.
vii. Follows steps (ii) to (v) for client-RCR-XXXXXXXXX.csi & client-RRT-XXXXXXXXX.csi files (Those files that you received from BB server).
5) After finishing the registration process, you are able to sign you BB app. Open the Eclipse, select project that you want to sign, goto “Project-> Blackberry -> Sign With Signature Tool…” Enter the 8 digit password which you entered in step (iii) when following popup screen appears and click on ok.
Note:
Please take back up of “sigtool.csk” & “sigtool.db” from “eclipse\plugins\net.rim.ejde\vmTools” to use the key in case of reinstallation of Eclipse/Blackberry SDK.
after that sign the application using key.
and you can find the ".cod" & ".alx" file in deliverable folder , you can send it to the client..

Resources