last update July 2018...
When will there be new updates and which features await us?
Posts made by Alepie
-
will the fxDreema be further developed?posted in Questions & Answers
-
RE: MQL5 : "(in loop) Check position/order age"posted in Bug Reports
(in loop) Check position/order age
%(#FF0000)['attrCloseTime' - function not defined]Look here http://fxdreema.com/shared/Y7N6XW6B
-
RE: MQL5 : "Check pending orders count"posted in Bug Reports
Check pending orders count
%(#FF4000)['OrdersScope' - undeclared identifier]look here http://fxdreema.com/shared/rvkOtCzkb
-
RE: Set the close trade level when trade is X pips in profiposted in Questions & Answers
__Alepie, "Start trades loop" should be connected before block 5[/quote:3tsxcjmv]
ok, thanks.
-
RE: Set the close trade level when trade is X pips in profiposted in Questions & Answers
use Variables
look here example http://fxdreema.com/shared/hjHlJwupd
-
RE: MT5 :: My Indicators Directoryposted in Bug Reports
MetaTrader 5.
My Indicator is located in a different directory.
Would be nice if one directory could specify the path of the my indicator.Thank you.

......
2013-03-07_20-52-16.png -
RE: feature request "Parameters On the Fly"posted in Questions & Answers
Hello,
It would be possible the fxdreema automatically a "User Panel" on the chart created with the input parameters of the EA? ("On the Fly")
like this http://mql5.com/c60
......
2013-02-12_18-16-24.jpg -
RE: Clear all my Objectsposted in Bug Reports
All chart objects are deleted.

You can delete only objects that have been created by my "fxdreema EA"? -
RE: MQL5 OnChartEventposted in Questions & Answers
yes
or
I want e.g. If Button Click then open BUY.
-
RE: MQL5 OnChartEventposted in Questions & Answers
I'm not a good programmer.

So, it should still work?// On-Off switches for blocks bool chart6=true; // (6) (chart) Mouse move //+------------------------------------------------------------------+ //| ChartEvent function | //+------------------------------------------------------------------+ void OnChartEvent(const int id, const long &lparam, const double &dparam, const string &name) { switch(id) { case CHARTEVENT_MOUSE_MOVE: { //////////////////////////////// // Define block 3 (Just pass) // void tick3(string _parent_="") { if (chart6==true) { /// Next block } } break; } } -
RE: MQL5 OnChartEventposted in Questions & Answers
__Mouse move... I noticed that it doesn't work, but I don't know why. It seems the code is ok
[/quote:1i6fgkeb]
I found the bug.
*
int OnInit() *available.
void OnTick() available.
void OnDeinit(const int reason) available.The error the ChartEvent function not available.
//+------------------------------------------------------------------+ //| ChartEvent function | //+------------------------------------------------------------------+ void OnChartEvent(const int id, const long &lparam, const double &dparam, const string &name) { } -
RE: Happy Birthday, fxDreema - 1 year from launching! Gifts!posted in Questions & Answers
Happy Birthday. Thanks.
-
RE: MQL5 OnChartEventposted in Questions & Answers
[attachment=0:15s7s8w7]http://fxdreema.com/shared/rExT6wNM
......
2012-11-22_18-28-24.png -
RE: MQL5 OnChartEventposted in Questions & Answers
Is the idea eventually added or discarded for the time being?
-
RE: Variabilesposted in Questions & Answers
__example .. I would like a price or a value is stored in a variable so you can use it later.[/quote:2cojmvqh]
use global variables.
......
2012-10-04_20-38-46.jpg -
RE: Sell when RSI >70, But when RSI <20posted in Questions & Answers
__I am kind of new to fxdreema...[/quote:865hm6pq]
fxdreema is perfect for something like this. And very easy to learn.
Look at the many examples and used the documentation.http://fxdreema.com/documentation/
http://fxdreema.com/examplesYou'll see you can make it alone.

