NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 5 of 5
Search: Posts Made By: DaveDoggyDogg
Forum: ThinkOrSwim December 15th, 2020, 08:07 PM
Replies: 18
Views: 26,861
Posted By DaveDoggyDogg
##price low from last 5 bars has traded above the...

##price low from last 5 bars has traded above the 9 EMA moving average

low from 5 bars ago is greater than or equal to MovAvgExponential()."AvgExp" from 5 bars ago and low from 4 bars ago is...
Forum: ThinkOrSwim March 5th, 2020, 11:42 PM
Replies: 18
Views: 26,861
Posted By DaveDoggyDogg
here you go same... the code for the MA's you...

here you go same... the code for the MA's you requested are "stacked" in the following code.... for "very tight range" you will probably have to look at the results 1 by 1 to your liking unless you...
Forum: ThinkOrSwim January 7th, 2020, 09:15 PM
Replies: 18
Views: 26,861
Posted By DaveDoggyDogg
def ma = SimpleMovingAvg(close,30); def percent...

def ma = SimpleMovingAvg(close,30);
def percent = ma*0.10;
def percent2 = ma*0.15;
plot scan = absvalue(close - ma) is greater than or equal to percent and absvalue(close - ma) is less than or...
Forum: ThinkOrSwim December 27th, 2019, 09:18 PM
Replies: 18
Views: 26,861
Posted By DaveDoggyDogg
close is greater than or equal to...

close is greater than or equal to SimpleMovingAvg("length" = 200)."SMA" and close is greater than or equal to SimpleMovingAvg("length" = 50)."SMA"


https://i.imgur.com/uAr8YZe.png
Forum: ThinkOrSwim July 4th, 2019, 03:41 PM
Replies: 18
Views: 26,861
Posted By DaveDoggyDogg
Symbols that the PRICE is 10% AWAY FROM the 30SMA...

Symbols that the PRICE is 10% AWAY FROM the 30SMA


def ma = SimpleMovingAvg(close,30);
def percent = ma*0.10;
plot scan = absvalue(close - ma) is greater than or equal to percent;


or short...
Showing results 1 to 5 of 5

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