I have a stupid problem :
I have a simple indicator EssaiIndic
witch contain a parametre a single courbe
Plot0.Set(Close[0]);
here is no problem
but in a simple srtategy : essStrategy1
how can i use Plot0 of EssaiIndic ?
if ((EssaiIndic.Plot0 ) > (Val))
{ }
it doesn t work (CS0119)
Thanks for all

Comment