hello support,
i'm complety newbie on programming so be patient with me please.
i try to compile a strategy that i modified, but i have a error and i don't understand why.
i looked on the net but i have found nothing about it.
could you help me please.
error message when compile :
00:56:16 The method submitOrder(IEngine.OrderCommand, double) in the type TwoBarStratmodifytrailing is not applicable for the arguments (IEngine.OrderCommand, double, double)
00:56:16 ^^^^^^^^^^^
00:56:16 order = submitOrder(OrderCommand.SELLLIMIT, sellPrice, askBar.getClose());
00:56:16 2. ERROR in C:\DOCUME~1\root\LOCALS~1\Temp\jfxide\tmp\compile\TwoBarStratmodifytrailing.java (at line 130)
00:56:16 ----------
00:56:16 The method submitOrder(IEngine.OrderCommand, double) in the type TwoBarStratmodifytrailing is not applicable for the arguments (IEngine.OrderCommand, double, double)
00:56:16 ^^^^^^^^^^^
00:56:16 order = submitOrder (OrderCommand.BUYLIMIT, buyPrice, bidBar.getClose());
00:56:16 1. ERROR in C:\DOCUME~1\root\LOCALS~1\Temp\jfxide\tmp\compile\TwoBarStratmodifytrailing.java (at line 124)
my syntax seem good for me

. i use demo platform version 2.6.60.1.
best regards