You should definitely use the 'comment' or 'comment(ugly)' blocks to do that. They will allow you to see the current value on all your variables.
Posts made by l'andorrà
-
RE: Validation of the programmed system.posted in Questions & Answers
-
RE: i want to make a semi automatic eaposted in Questions & Answers
Is that but/sell order opened manually or automatically by the same bot?
-
RE: pending order Eaposted in Questions & Answers
The problem with that is spread. Many brokers require pending orders to be positioned at a minimum distance BEYOND spread. Are you sure your broker can accept that short distance? Two pips is a very short one.
-
RE: How can a button's backgorund colour be changed?posted in Questions & Answers
Interesting. I can try that! Thanks

-
RE: How can I configure bid line to trigger buy bot ???posted in Questions & Answers
Pending orders are triggered by Ask line by default no matter what. This is how the platform works. The best you can do is programming a condition block so that bid line touching or crossing the pending order's open price will trigger a market execution, but it will never be as accurate as a pending order execution.
-
RE: Open trade on Close of candlestick after Crossoverposted in Questions & Answers
You need to separate conditions blocks to be checked at the same time. One confirming the close price is in the right side of the 0 line and the other one confirming the line crossing.
-
RE: my robot not workposted in Questions & Answers
I don't fully understand when the bit is supposed to be restarted. Could you please elaborate?
-
RE: Backtesting, lets talk about it!posted in General Discussions
What happens while a candle is in formation is fundamental. Personally I would only focus on working with real tick only. You'll save a lot of time and pain, trust me.
-
RE: Formula for Real Volume?posted in Questions & Answers
Real volume is a construct. The most you will ever have is the partial information your broker will provide. Are you sure it is worth your time and effort?
-
RE: License keyposted in Questions & Answers
Do you mean adding one to your bot? Just create a condition where a text/number is required in the 'on init' tab. If the number provided doesn't match, the bot will not work.
-
RE: working with loopsposted in Questions & Answers
That's an ambitious loop to implement. Have you created a first version of it?
-
RE: How can a button's backgorund colour be changed?posted in Questions & Answers
@majidai Yes, that is the block used to create a button. What I need is an option to change the selected colour there for a different one. The only option I found was deleting the old button and drawing a new one.
-
RE: is this correct?posted in Questions & Answers
Honestly I never use any Fibo feature offered by fxDreema by default. I create my personal fibo calculator on a case by case basis but for price only. Never did on time range so I'm afraid I cannot be of more help there.
-
RE: Trade Controller(lotsize+tp+sl)posted in Questions & Answers
You used the wrong factors on the TP boxes. Firstly you need to select 'M30' in the timeframe display menu when clicking on TP's 'More settings' tab. By the wat, I would untick all boxes you ticked. I would sue Constants instead.. Then you need to select '*1.2' instead of '*6' as it is now.
-
RE: macdposted in Questions & Answers
Condition block1 is checking if the indicators on candle ID 1 are in the correct place and below it condition block 2 is doing the same on candle ID 2.
-
RE: Quick Question Guysposted in Questions & Answers
@smh-ph68 Could you please open a different thread for this OT question?
-
RE: Buy sell every candle multipul tradesposted in Questions & Answers
Then you should use the 'once per bar' block on top of your launcher.