use custom code, some bits will need to be deleted or put on the correct tab, oninit, ontimer, ontick etc
Best posts made by jstap
-
RE: Converting trading code made from ChatGTPposted in Questions & Answers
-
RE: buying after every 250 pip lossposted in Questions & Answers
Just add this under for each and above your buy block.

-
RE: candle typeposted in Questions & Answers
If you select indicator rather than candle you have many heaikin ashi options
-
RE: First Candle of the Dayposted in Questions & Answers
Just say what doesn't seem to be working, what I have said to you has previously been tested, add the candle line so you can see what's happening, and test on 5 minute chart.
-
RE: How to create your own custom blocks step by step??posted in Questions & Answers
It will be under the custom tab.

-
RE: How to create your own custom blocks step by step??posted in Questions & Answers
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
-
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
