Mitch Zanting / Profile
CEO
at
FXT Legends
Friends
11
Requests
Outgoing
Mitch Zanting
Added topic OrderClose by Indicators
Hello everyone, I busy making a EA that uses MA5 and MA10. i want to do a OrderClose function when the cross back so . (PMA5>PMA10 && MA5<MA10) BUY order opens. (PMA5<PMA10 && MA5>MA10) BUY order closes and
Mitch Zanting
Added topic Check if Order of Symbol is already open
Hello everyone, I'm looking for a check function , So the EA checks if a trade of the symbol is already open and if its open already then dont open a second one. I use the Orderstotal() at the moment but then i cant open more trades from different
Mitch Zanting
Added topic Change SL when is in profit?
void OnTick () { double SlowMovingAverage = iMA ( NULL , 0 , 90 , 0 , MODE_SMA , PRICE_CLOSE , 0 );
: