• Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
    Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)

Search results

  1. reddevil

    New EA NEW EA AHSAAS BASKET TRADER

    How much are you selling the EA for?
  2. reddevil

    Suggestion CS Engulfing EA (currency strength +PA +SR)

    Taha, Perhaps you could describe how the EA pick an entry using the indicators. That way we can manually tracked it as well and provide suggestions. Right now the EA it is a black box, we can only guess how the EA is using the S&R & ATR which may be incorrect. Thanks for sharing.
  3. reddevil

    Suggestion Arbitrage ea Ole$ya

    If Broker does not allow scalping means it is a market maker? So you choose a market maker to run the EA?
  4. reddevil

    New EA Scalping Trap Free and FULL

    The error message "cannot load..." implies it is an EA from MQL market place and you try to load it without downloading from the MQL market place. It will not work.
  5. reddevil

    New EA EVoss EA Night v1.0

    My appologies varianse is now GMT+0(winter)l move to GMT+1 in summer. Fxpro is GMT+0 throughput the year. Icmarket is now GMT+2 (winter) and move to GMT+3 (summer)
  6. reddevil

    New EA EVoss EA Night v1.0

    I am attaching the time for 3 brokers, taken almost the same time: Fxpro GMT+0, Varianse GMT+1, ICMarket GMT+2. that means Fxpro is 2 hours behind ICMarket. If ICMarket is 00:00, then fxpro is 22:00. Icmarket follows the NY close time at 24;00 (00:00).
  7. reddevil

    New EA EVoss EA Night v1.0

    This is the code snippet: extern int GMT_offset = 2; // (for ICMarket) extern int GMTstartHour = 22; extern int GMTendHour = 23; ..... serverStartHour = GMTstartHour + GMT_offset; serverEndHour = GMTendHour + GMT_offset; if(serverStartHour >=24) serverStartHour -= 24...
  8. reddevil

    New EA EVoss EA Night v1.0

    Edgae, I understand what you are saying but my broker is GMT +0, so I cannot put start time 22:00 (which is ICMarket 00:00). I need to put start hour= 22:00 and end hour 23:00 (this is same as Icmarket 00:00 to 1:00). Like loverhh above who has broker GMT+1, so he needs to put start hour= 23:00...
  9. reddevil

    New EA EVoss EA Night v1.0

    Edgae, Not every Broker starts at 00. There are brokers with GMT+0. So ICmarket is 0:00, then my broker is 22:00, Icmarket 01:00, my broker is 23:00. Why not have start hour and end hour as a input? That way it can be used for all brokers ! Thanks
  10. reddevil

    Brexit moment : SELL GBPUSD give me > $1,300,000.00 just in minutes

    which broker do you use? hope they allow you to withdraw. congratulations !
Back
Top