There is a block once per bar, put this in between the arrow appears block and the action block
Best posts made by jstap
-
RE: input my indicator name in the input settingposted in Questions & Answers
-
RE: Variables in blocksposted in Questions & Answers
You can access and change any variable you have created if you click it and hover the mouse over it will tell you what happens when something happens.
-
RE: How to close all positions and pending orders?posted in Questions & Answers
add a purple position closed block to the top of the tree on the on trade tab
-
RE: Time differencesposted in Questions & Answers
Time differences can be a pain but any FX EA will work from your broker's time, so generally, if the broker's time is behind your time, add that time to your bot.
-
RE: Variables in blocksposted in Questions & Answers
This is a basic way of adding 1 on every candle: https://fxdreema.com/shared/gbcgqEoHc
-
RE: Variables in blocksposted in Questions & Answers
Run it and see, I have already said and it shows what you need to do. If there is anything in particular ask.
-
RE: Buy and Sell Alternatelyposted in Questions & Answers
You can use flags or variables to stop EA from doing something until your conditions say taking a trade is viable.
-
RE: HELP GUYS! Can someone walk me through how to change the name printed on my EA screen to my desired name anytime i trade i brings the sellers nameposted in Questions & Answers
Under the buy/sell block use a orange draw text block
-
RE: How to code condition block for change % of an indicatorposted in Questions & Answers
It is a lot easier to use a fixed number -10 to -8 is +2, do you need a %?
-
RE: Countifposted in Questions & Answers
You could ask Chat GPT, it might give you some useable code
-
RE: Buttons Not showingposted in Questions & Answers
I use buttons all the time, if it's not showing there must be something wrong if you add a shared link the reason why can be seen
-
RE: How to Add Output Variable in Custom Blocks?posted in Questions & Answers
It is quite advanced to create blocks in Custom Studio, if I do this I use Chat GPT to create the necessary code, in this post it will say what you need to do, you can pretty much copy and paste my post into ChatGPT and tell it what you are doing, compile the code in FX (maybe a few times with corrections (you can ask ChatGPT to correct)). This was the post: https://fxdreema.com/forum/topic/21088/custom-function
-
RE: is it possible to create EA to trade with Renko on Fxdreema?posted in Questions & Answers
I don't think so, have seen many people try but never seen it work. Maybe an indicator could work.
-
RE: Enum Problems*posted in Questions & Answers
Add a shared link to look at, you can add a mixture of these words so I don't know why it's not working, I might see why in the shared link. You cannot use the same word in more than 1 enum in the same project, you either need to use the same enum for different constants, or slightly change the word. ENUM_TIMEFRAMES is a pre-determined enum so only works with the set MT list.
This https://fxdreema.com/shared/uDxrfFQ5e is something I did recently working on a very similar process
-
RE: CHECK DISTANCE WITH MOVING AVERAGEposted in Questions & Answers
@chittu try changing the value as is to price fraction
-
RE: Custom indicator with exe fileposted in Questions & Answers
If that is 6 buffers from that indicator create 6 call them anything, and put in a comment so you can see which one matches the data window.
-
RE: Custom indicator with exe fileposted in Questions & Answers
Not that I know of, if done the same I see no reason why it wouldn't work.
-
RE: Old Expert Cannot Load on Testerposted in Questions & Answers
What happens with the FX code is meta change, which is what the terminal needs, so FX has to update the code, rendering some old files useless.
-
RE: CHALLENGE MAKE FXDREEMA VERSION OF THIS EA OR SIMILAR TO THISposted in Questions & Answers
@VHV-Profit-Masters I have said this before that the main goal is not ($), but telling people the same thing over and over again is tiresome, and this is why people will help when they can. The search function also contains a wealth of information.

