Forum

the text disappears

Hello, I add a text to indicator : ... while (pos> 0 ) { if ( fc_tawa( Period (), pos)== 1 && (no_gap( Period (),pos- 1 )) ){ //&& (pinbar(Period(),"bas",ELIOT,VG,REMPL,QTE,TIMING,FILTER,ORDER,BANDS,COEF,pos)==1) pin_bas[pos] = iLow( Symbol (), Period (),pos- 1 )- 100 * Point *dig( Symbol

Function to change currency windows

Hello, I don't know all the new functions after updating. Is there a function to switch windows? (eg USDCAD is in the foreground and the function must change to EURUSD) thank you

Price of trend line in Time[0]

Hello For exemple I have a trend line and 2 point A and B A : x=Time[i] -------- y=Low[i] (Or High) B: x=Time[j] --------- y=Low[j] (Or High) How can i identify the price of the trend line in Time[0] C: x=Time[0] ---------- y = ? Thank you