show me pictures of how you have it set, if you are getting compile errors after creatin while trying to use, you could copy each section, past into ChatGPT and ask what is wrong showing the builder compilation errors
Best posts made by jstap
-
RE: How to create your own custom blocks step by step??posted in Questions & Answers
-
RE: PREVIOUS DAY HIGH LOW - NOT PLOTTING CORRECTLY FOR MONDAYposted in Questions & Answers
is probably because on Monday 1 day offset is Sunday, check the day and if Monday get the price of 3 days before
-
RE: Bool pass - Trueposted in Questions & Answers
I thought I explained how, so maybe you should ask how to to the 1 thing you are struggling with... so now my sarcastic comment, you cannot change a constant from your robot, you can change an enum value in a variable, but this is a variable...
-
RE: The EA miss entries and closingposted in Questions & Answers
Sometimes this happens, I do not know of anyway to prevent this happening
-
RE: Copy the whole project again or only change group number?posted in Questions & Answers
You should be able to attach to a new chart and change the MN
-
RE: How to create custom block?posted in Questions & Answers
Is a lot of work, but if you have an idea of the block you want to create ask chatgpt, in the first ask for code that goes in either on tick, on trade, etc. ask for global variables, includes, ask for custom function. Might take a few tries but it should give you all the code you need.
-
RE: want to create EA that put order on custom indicator(arrow,dot etc)posted in Questions & Answers
That's what I said, the block if working properly would be indicator appear
-
RE: want to create EA that put order on custom indicator(arrow,dot etc)posted in Questions & Answers
there's no point, I have tested hundreds of EA's set up like this, if it isn't working as planned, it is an indicator problem
-
RE: want to create EA that put order on custom indicator(arrow,dot etc)posted in Questions & Answers
Set up a small few block project to test with, then add the shared link here, say what it's not doing and I'll have a look
-
RE: Manual trading but ea take profit ,stop loss,trailling stop etc.posted in Questions & Answers
Yes just select the group as manually opened in all blocks
-
RE: Variable (input) blockposted in Questions & Answers
arrays are variables that store multiple values. personally I don't use arrays unless I have no choice, to simply I want z, if variable = x, use yellow dot to check again, if variable = y, use yellow dot to check again, if variable = z use orange dot to complete action
-
RE: How to edit variables in the inputs tab?posted in Questions & Answers
Create it as a constant, then it will be in the inputs.

-
RE: numberposted in Questions & Answers
add a shared link to see where this is but, NormalizeDouble(variable name,2); will do it
-
RE: Total Lot size changes to more decimal placesposted in Questions & Answers
Add a shared link to see where this is doing this, but NormalizeDouble(variable name,2); will fix
-
RE: Most loss positionposted in Questions & Answers
This should put the lowest running profit into the variable
-
RE: Send and receive variables to different accounts/terminalsposted in Questions & Answers
same VPS so basically the same computer... you can use a terminal variable (global) and it will be saved onto a shared folder, that you can read from another.
-
RE: Send and receive variables to different accounts/terminalsposted in Questions & Answers
been a long time since I looked, but I'm pretty sure they are saved in the common folder
~

-
RE: custom indicator with ENUM as optimazation variableposted in Questions & Answers
I was trying to help you but I am not signing up anywhere to do so. Create a different name enum so when selected in input it activates different blocks.