- ago
Building a strategy from blocks:



Does not work.

Push the button "Open as C# Coded Strategy":



0
542
Solved
1 Replies

Reply

Bookmark

Sort
Glitch8
 ( 10.94% )
- ago
#1
Yes, funny we were just working on this. It's been fixed for the next release, but if you want to get going now, replace that code in the editor with:

CODE:
source = new MathIndOpValue(bars,new SMA(bars.Close,20),MathOperations.Multiply,0.95);
1
Best Answer

Reply

Bookmark

Sort