NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 4 of 4
Search: Posts Made By: SMCJB
Forum: EasyLanguage Programming April 4th, 2018, 04:35 PM
Replies: 14
Views: 3,565
Posted By SMCJB
That's because of Lowest(Low,...

That's because of
Lowest(Low, BarsSinceExit(1))


If barssinceexit > max bars back you'll get that error. I get around this problem (normally with barssinceentry) by using
Lowest( Low,...
Forum: EasyLanguage Programming April 4th, 2018, 04:18 PM
Replies: 14
Views: 3,565
Posted By SMCJB
Just set it to false on every bar or my...

Just set it to false on every bar or my preference is to

If ( (ExitPrice(1) <= EntryPrice(1) - 0.20) and (Lowest(Low, BarsSinceExit(1)) <= EntryPrice(1) - 0.40) ) then
LongFalseStop = True...
Forum: EasyLanguage Programming April 4th, 2018, 02:21 PM
Replies: 14
Views: 3,565
Posted By SMCJB
entryprice is zero until you have your first...

entryprice is zero until you have your first trade

Var:
bool LongFalseStop(False);

if entryprice = 0 then
first trade condition
else begin
If ExitPrice(1)<=EntryPrice(1)-.20 and...
Forum: EasyLanguage Programming March 30th, 2018, 10:57 AM
Replies: 14
Views: 3,565
Posted By SMCJB
Maybe a noob question ABCTG but how do you know...

Maybe a noob question ABCTG but how do you know what your exit price was?
Showing results 1 to 4 of 4

What unexpected challenges have you encountered while trading on a "Funded Trader" platform?

 


 
 


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top