Draw line chart?
-
Is there any way to draw line chart? The idea is to compare to different assest. For example BITCOIN from KRAKEN and BITCOIN from Bitfinex.
-
Hi @gsmtricks ,
Would Trace do what you're after?
https://fxdreema.com/examples#Tips-and Tricks -
I mean candle has last price, so i am just need to draw lines ( history also )
between candles, similar to line chart or even same.
My idea is to put few assests on one chart. -
@drayzen said in Draw line chart?:
Hi @gsmtricks ,
Would Trace do what you're after?
https://fxdreema.com/examples#Tips-and TricksIt's very close to trace, just there is no history. For me is good to make a lines between candles, for example latest 100 candles ( close param )
-
https://fxdreema.com/shared/zMKRcFlTd
I try ti start with trend lines...
But there 2 problems:- For 100 candles there a lot of blocks need to do
- If i am going to change timeframe - it looks broken, is there any way to make it work correctly with all timeframes?
Waiting for help, thx.
-
Well, as you probably know, lines are normally drawn by indicators. And their lines are actually a little bit different kind of lines. If you try the "Trace" block, it draws a line, but that line is made out of multiple trend-lines, multiple objects. Compared to that, Moving Average draws a line that does not appear on the list of objects. So the best is to make a custom indicator. EAs are primarily designed to read indicators data and put trades and orders here and there.