@miro1360 , what's with casino broker??
i'm not sure about this strategy. you can also have a look at @roar 's work in attached link.
i just want to know which part makes this ea disabled by broker, for what reason. 
Posts made by biztet
-
RE: Constant Type for Dollarposted in Questions & Answers
-
RE: Constant Type for Dollarposted in Questions & Answers
Thanks a lot @l-andorrĂ .
Calling for experts, @roar , @miro1360 , @trader-philipps , @ambrogio , anyone? Need a little help here.

-
RE: Constant Type for Dollarposted in Questions & Answers
@l-andorrĂ , i did some searching online and found out there's an error code 4112 saying
ERR_TRADE_EXPERT_DISABLED_BY_SERVER
Automated trading by Expert Advisors/Scripts disabled by trade server
the same error come our in expert tab in my MT4.
If its true, then what is the cause of it?

-
RE: Trade reversal after stop loss is triggeredposted in Questions & Answers
@didymario7 do this in on Trade tab. Start with Trade closed block > once per bar > buy/sell now. Good luck.
-
RE: Trade reversal after stop loss is triggeredposted in Questions & Answers
@didymario7, to get the reverse trade, set the block in on Trade tab.
-
RE: Constant Type for Dollarposted in Questions & Answers
Thanks @l-andorrĂ . Actually this sample is now working perfectly on demo. I understand this program because i'm the one who requesting it. The only problem is there's no open trade on real acc. That's the only problem.
-
RE: Keltner Channel - Custom Indicator Valuesposted in Questions & Answers
Also no need to attach the indi on the chart, unless you're using object on chart block.
-
RE: Keltner Channel - Custom Indicator Valuesposted in Questions & Answers
@sjthetechguy, to embed the indi inside an ea you'll need the indi source file, that is mq4, and a help from a coder. In fxdreema we can only link our indi inside ea, not embedding the code. So your indi.ex4 file should be present in indicators folder.
-
RE: Need help with Hour Filter and Once a Day filterposted in Questions & Answers
Hi @sajjade . For the opening part, use time filter, once per bar and buy now block. The closing part you just use time filter and close trade block only. That should do it.
-
RE: Keltner Channel - Custom Indicator Valuesposted in Questions & Answers
Have you tried finding object if there is no buffer? Or maybe the data tab.
-
RE: Histogram crossed over MAposted in Questions & Answers
@Claude101 , have you tried our suggestion? Try first and you will see the difference.

-
RE: Constant Type for Dollarposted in Questions & Answers
This is made using @roar 's treasure.
https://fxdreema.com/shared/qRbkl0XFc
Going back and do some digging and come out with this one.

-
RE: Constant Type for Dollarposted in Questions & Answers
Haha..thanks @l-andorrĂ . I'm just a little confused.
Just a little problem i'm not sure about right now.
My EA doesn't open any trade in real acc, but lots in demo.
Very confusing. Haven't face this problem before.
Even after changing MT4. -
RE: Constant Type for Dollarposted in Questions & Answers
@droctagon thanks.
Since i use double, for $10, should i type 10 or 10.00? -
Constant Type for Dollarposted in Questions & Answers
What type should be used for amount in dollar?
numeric/int/double? -
RE: Histogram crossed over MAposted in Questions & Answers
Weird ha @Claude101 . If you do like i did, there should be an open trade. And if you really need that 2330hrs, like @l-andorrĂ said, use a time filter.