Non-dynamic trading. - page 24

 
DC2008:

Isn't it a gamble with the indicators? ))

I don't associate trading with gambling in principle.
 
transcendreamer:
no coloured bars! ))))))
The price chart must be drawn in one of three styles: bars, candlesticks or line. Either variant provides the same information about the price of the instrument. It all depends on the charting habits - some people like bars, others like candlesticks and the line.
 
barabashkakvn:

Deaf, blind, dumb... Let's not exaggerate. Let's agree that in non-syndicated trading, the chart looks like this:

If you trade with an EA, you can display nothing at all on the screen. Everything will look the same as you have shown, but it will use a dozen indicators, without calling the handles of these indicators. They will just be embedded in the code.
 
Tapochun:
If you trade with an EA, you can display nothing on the screen at all. Everything will look the same as you have shown, but will use a dozen indicators, without calling the handles of these indicators. They will simply be embedded in the code.
Already said above that you can't use handles either.
 
barabashkakvn:
The price chart should be drawn in one of three styles: bars, candlesticks or line. Either variant provides the same information about the price of the instrument. It all depends on the charting habits - some people like bars, others like candlesticks and the line.
Isa candlestick analysis an indicator in your opinion?
 
barabashkakvn:
It has already been said above that handls are not allowed either.
Read it carefully...
 
Tapochun:
Is a candlestick analysis an indicator in your sense?
Yes, but it is a price indicator for certain time intervals and this indicator cannot be changed/redrawn by the user. And another thing - a user cannot create a coloring of this chart - of course he can create a custom indicator with a drawing style
DRAW_COLOR_CANDLES
but it's not a real chart.
 
barabashkakvn:
Already said above that handlers are also not allowed.

Not handles.

Calculation of SMA is the simplest arithmetic operations that do not require any handles, indicators, and other contrivances, everything is easily calculated within the EA, and even at that it is not called SMA - call it dDecisionValue - and this value will be used for trading.

How is it ? Indicator trade or indicatorless trade ?

 
Laryx:

Not handles.

Calculation of SMA is the simplest arithmetic operations that do not require any handles, indicators, and other contrivances, everything is easily calculated within the EA, and even at that is not called SMA - call it dDecisionValue - and this value will be used for trading.

What is it ? Indicator trade or no indicator trade ?

Addition and subtraction. As soon as you divide it, that's it, it's no good.
 
It is better to define what is time and what is price.
Reason: