GoodPointMas
GoodPointMas
Friends

Add friends via their profile or user search and you will be able to see if they are online

GoodPointMas
Added topic how to send or copy the order to different brokers
I have a few accounts with different brokers. Is there a way to copy or send my orders to all of them in one go, to avoid jumping between MT terminals ? I know about Signals but not sure if I can subscribe to my our signal and I need to pay
GoodPointMas
Added topic how to create testing situation?
I try to test my EA and problem is I don't know how to create testing scenario logic is - if indicator A got value N and indicator B got value M - open position in real life i need to wait hours to get this match and ops error in code, fix and wait
GoodPointMas
Registered at MQL5.community
GoodPointMas
Added topic Indicator cals another indicator, folder location
ok, I try to write  an EA,   expert uses iCustom to get some values from Indicator1, Indicator1 calls Indicator2 for some cals all objects are in standart MT4 folder bu got error  like  Indicator1 : Error! C:\Program
GoodPointMas
Added topic MT4 iphone app
very cool app, you can review the charts, add MA ect  and I know how to open order but I could not find how I can mdify or close order... Is it even possible for mobile app? if you can open order you should be able to close/modify... 
GoodPointMas
Added topic Lots size doesnt work for GBPUSD
Hi there I use prerrt coomon logic to calc lot size extern double Depo        = 0 ; extern double RiskPercent = 80 ; extern double Lots        = 0 ; extern int
GoodPointMas
Added topic have some issue to set StopLoss
i need simple logic   extern double StopLoss    = 100; extern double TakeProfit  = 50; if(Digits==3 || Digits ==5)    {       TakeProfit*=10;       StopLoss*=10;    }  
GoodPointMas
Added topic iStochastic direction
how can I check if Stochastic direction, if it goes down or up
GoodPointMas
Added topic Current time frame check OnTick olny once
let's say I'm after time frame H1, EA runs on OnTick even, how to say -> new bar is ready - check the conditions once - run logic to open/close  order but check only once and wait next H1, not check every Tick during this H1 and run logic may