Hi there!
Is there any way to import fxDreema satellite functions (_candles, _fResults, etc... ) in my custom blocks??
Thanks!
Hi there!
Is there any way to import fxDreema satellite functions (_candles, _fResults, etc... ) in my custom blocks??
Thanks!
OK. Sorry. It's solved.
Yes, I'm using a custom block....the problem was a "indicator Rise/Fail" block...it was with "pass once per bar" parameter selected....that was the problem.
Thanks!
Hi, there!
I'm trying to do a Custom Loop to check an array of Moving Averages e.g.: (62,100,200,800).
I want to do a loop for check every MA under certain conditions, so, I need the program flow pass 'N' times ('N' = number of MA in array) I'm using a FOR loop, but the program only test the 62 MA... only test the first element of the array (62)...
I have seen source code of some FxDreema blocks that do similiar work, and they use FOR loop....
Can you help me? Any Ideas?
Thanks in advance.
Yes, I'm using "BreakEven Point (each trade)" block when the profit is 2:1 (profit = 2 * SL) in all trades.
I want to open new trades in the same PAIR and the same Timeframe only when the previous trade is in BE.
It's possible to check if StopLoss Price level is over (or under in SELLs) open price level or anything similar to that???
Any ideas?
Thanks in advance.
Hi there:
How can I check if a certain trade is in BreakEven??
Thanks in advance.
Yes, I saw it. But, how it works??
I need to know exact time??? (e.g: close pending order at 22:30:00)
Or can I use N minutes or N hours to close pending order?? (e.g: close pending order at 115 minutes from open time).
I want to close pending orders after N candles, e.g:
TIMEFRAME: 15M
Number of candles to close pending order: 5 candles
15 minutes X 5 candles = 75 minutes...
Can I set 75 minutes in the specified field in my pending orders??
Or I need to calculate the exact closing clock time?? e.g:
pending order put on the chart at 13:30:00 GMT + 75 minutes = 14:45:00 GMT....
Thanks in advance.
Hi, there!
I was thinking about how to close pending orders (order not open yet, only pending orders waiting price level hits the open price) after 'n' bars...in his current timeframe and current pair...
it's possible?? I want to close pending orders if they aren't open after 'n' bars or candles...
Thanks in advance.
My actions are "changing block title text"... 
...I'm trying to reproduce problems in a small new project, but no luck... Maybe it's a problem in big projects.... 
I'll try to detect the problem in future projects....
Thanks
mmmm...can you check CONDITION BLOCK??? I think this block is the most problematic...
I have a hundred (more or less) of blocks in my projects...is it problematic??? OR it's a local version problem???
Thanks.