- Search Forex Factory
- 92 Results (3 Threads , 89 Replies )
- j11 replied Sep 15, 2020
Easy enough in EA. Trigger for trade entry can be anything that can be coded.
Is there variable ways to create trade executions?
- j11 replied Aug 6, 2020
Why are you using decompiled code? How do you know it works if you cannot run it? Easy enough to rectify but PLEASE DO NOT USE DE-COMPILED code .... other peoples property!!
NFX-Scalper.mq4, need to be educated
- j11 replied Jul 24, 2020
PM sent. Edit: Let me have your email by PM please.
I am looking for an EA to close the trade at the _close_
- j11 replied Jul 24, 2020
You offer v few clues as to exactly what you really need. Try this. Will close any trades of current symbol that have a set Magic N, or have Comment "JR", or all trades if 'All trades' set to true. Values set by user vars OR lines can be moved to ...
I am looking for an EA to close the trade at the _close_
- j11 replied Jul 16, 2020
Slight mod which may help? Use: iCustom(NULL, 0, "Angle", 10, 3, clrBlue, 21, 0, 0, 1, 0)
need to help using iCustom
- j11 replied Jul 15, 2020
Hope this makes it nearer to what you need?
Can anyone help modify this indicator
- j11 replied Jul 15, 2020
Pleased it helped. Yes I wrote it .... but not necessarily best way to do it.
Help me with this code please!
- j11 replied Jan 5, 2020
Think you already asked for this, got what you asked for and then wanted more & more.!!!!!!!!!!!!!! If this guy wants you to trust him .. BEWARE!!
arrow trades EA
- j11 replied Dec 30, 2019
Mod as requested. Option added so can choose to send close message or not.
MT4 to Telegram Code Problem
- j11 replied Dec 27, 2019
2. url 3.... THAT is your answer!!! You only need it on 1 chart and it will send messages for orders on all pairs 4. If you want shorter message say EXACTLY what you need.
MT4 to Telegram Code Problem
- j11 replied Dec 27, 2019
Why does time on messages not match time on alerts?? Don't know how telegram works so cannot test it! The url does not work for me .... returns error 'wrong token' Do you always get 4 or 5 repeats or does it continue endlessly? Can it be something ...
MT4 to Telegram Code Problem
- j11 replied Dec 27, 2019
Apologies but have no more time to spend with it. As said previously I do not use telegram so cannot check that part. I used alert on screen to show what it should be sending and that is working perfectly for me .... only get the message once and ...
MT4 to Telegram Code Problem
- j11 replied Dec 27, 2019
Not sure what you mean? Change ScrAlrt to false and should not get screen messages. Set to true and should get the message shown on screen. Next message would not appear until new order placed
MT4 to Telegram Code Problem
- j11 replied Dec 27, 2019
Sorry but on screen alert (with option to turn this off) only gives 1 message. Made another try with extra check added .... try it and if does not work cannot do anything else I'm afraid.
MT4 to Telegram Code Problem
- j11 replied Dec 26, 2019
Try this but no guarantees as I don't use telegram
MT4 to Telegram Code Problem