- Search Forex Factory
- 396 Results (1 Threads, 395 Replies)
- arkan1976 replied Apr 23, 2020
thanks friend , best regards.
- arkan1976 replied Apr 23, 2020
Hello Friends, please I want to modify my ea for to open only 5 positions, void CountOpenTrades(string symbol,int magicnumber) { buys=0; sells=0; for(int cnt=OrdersTotal()-1; cnt>=0; cnt--) { if(!OrderSelect(cnt,SELECT_BY_POS,MODE_TRADES)) continue; ...
- arkan1976 replied Apr 23, 2020
Hi Hal7, how many pairs do you follow ? is manual or with an EA ? Thanks.
- arkan1976 replied Jan 9, 2020
Thanks friend!
- arkan1976 replied Jan 9, 2020
is not possible ?
- arkan1976 replied Jan 6, 2020
Hello friends, I currently have an EA that I want when I have opened x positions (5 for example) do not open more positions. I am using it in 4 pairs and I was using the Orderstotal () function. The problem is that it choose the sum of the orders of ...
- arkan1976 replied May 30, 2018
[quote=chrisdk2017;11114684] Your lot size is way too big. Set it to 0.01 for per 1000 USD / EUR. The problem is that the initial lot size calculation is using the account leverage. Maybe also turn off boosting.[/quot thanks for response!
- arkan1976 replied May 30, 2018
the most curious thing is that the EA continues to open sell positions
- arkan1976 replied May 30, 2018
be carefull with this.....
- arkan1976 replied Mar 19, 2018
you have active percent lot and no "Fixed Lot"... then the EA "takes" 0.31% of your account, it is 0.01 lots... you must to change to fixed lot, but I think is very high with 1000$.
- arkan1976 replied Mar 19, 2018
you're losing -77$, I hope you recover
- arkan1976 replied Mar 16, 2018
hahahahahaha very good
- arkan1976 replied Mar 16, 2018
This has been my first week using the EA and the truth is that I am very happy. I have made some modifications, intervening manually, and the results have been very good. I started with an account that had something over $ 1000.
- arkan1976 replied Mar 15, 2018
good results, wich are your settings ?
- arkan1976 replied Mar 15, 2018
and how many positions are you open?
- arkan1976 replied Jun 28, 2017
Hello Metacoder, thanks for share your ideas. Please, is important the moment to send the orders or is indifferent ? Thanks.
- arkan1976 replied Apr 25, 2017
Maybe he uses candle closures to close the trades, he does not need to put a physical stop
- arkan1976 replied Apr 9, 2017
hello All, I have and EA wich put the Value of Stop loss extern int Stoploss = 250, please, is possible that the "Stoploss" will be the value From ATR indicator ? i try putting this : extern int Stoploss = iATR(NULL,0,12,0), but i have this error ...
- arkan1976 replied Mar 19, 2017
Hello all, please , how can I say my EA that take the fibo levels ? Here an example : thanks...
- arkan1976 replied Nov 10, 2016
First thank you very much for helping me. From what I understand should change the magic number and comment in the first EA, and when open a new trade, then, should add the new comment to EAwich modify the SL and TP? Sorry for my english ....