StockFetcher Forums · View by Author: (41 messages) [ Display By: Date / Subject ] | << 1 2 3 4 5 >> |
![]() |
Filter Exchange · MY XIV TRADING SYSTEM USING STRATASEARCH FILTERS | |
manumoneya msg #140083 |
12/14/2017 3:01:21 AM Side Action PF OrderType Product Symbol Name BuyDate BuyPrice ClosePrice GainLoss SystemName Sector Priority Rank Long Sell 10 Stock XIV Velocityshares Daily Inverse Vix St 12/13/2017 128.94 128.21 -1.00% XIV MULTISYSTEM #38 XIV Long Sell 10 Stock XIV Velocityshares Daily Inverse Vix St 11/29/2017 120.47 128.21 -1.00% XIV MULTISYSTEM #6 XIV Long Hold 10 Stock XIV Velocityshares Daily Inverse Vix St 12/04/2017 119.76 128.21 -1.00% XIV MULTISYSTEM #27 XIV Long Hold 10 Stock XIV Velocityshares Daily Inverse Vix St 12/05/2017 116.7 128.21 -1.00% XIV MULTISYSTEM #23 XIV Long Hold 10 Stock XIV Velocityshares Daily Inverse Vix St 12/13/2017 128.94 128.21 -1.00% XIV MULTISYSTEM #20 XIV |
Filter Exchange · MY XIV TRADING SYSTEM USING STRATASEARCH FILTERS | |
manumoneya msg #139915 |
12/8/2017 1:14:57 AM @nibor100 thanks for reply , i will try to figure out this. |
Filter Exchange · MY XIV TRADING SYSTEM USING STRATASEARCH FILTERS | |
manumoneya msg #139877 |
12/7/2017 3:32:58 AM Long Buy 10 Market Stock XIV Velocityshares Daily Inverse Vix St 116.26 XIV MULTISYSTEM #15 XIV 10 59.017958 Long Sell 10 Stock XIV Velocityshares Daily Inverse Vix St 11/30/2017 120.04 116.26 -1.00% XIV MULTISYSTEM #20 XIV Long Hold 10 Stock XIV Velocityshares Daily Inverse Vix St 12/04/2017 119.76 116.26 -1.00% XIV MULTISYSTEM #27 XIV Long Hold 10 Stock XIV Velocityshares Daily Inverse Vix St 12/01/2017 116.69 116.26 -1.00% XIV MULTISYSTEM #32 XIV Long Hold 10 Stock XIV Velocityshares Daily Inverse Vix St 12/01/2017 116.69 116.26 -1.00% XIV MULTISYSTEM #34 XIV Long Hold 10 Stock XIV Velocityshares Daily Inverse Vix St 11/30/2017 120.04 116.26 -1.00% XIV MULTISYSTEM #38 XIV Long Hold Stock XIV Velocityshares Daily Inverse Vix St 12/05/2017 116.7 116.26 -1.00% XIV MULTISYSTEM #35 XIV Long Hold 10 Stock XIV Velocityshares Daily Inverse Vix St 11/30/2017 120.04 116.26 -1.00% XIV MULTISYSTEM #33 XIV Long Hold 10 Stock XIV Velocityshares Daily Inverse Vix St 11/30/2017 120.04 116.26 -1.00% XIV MULTISYSTEM #31 XIV Long Hold 10 Stock XIV Velocityshares Daily Inverse Vix St 12/05/2017 116.7 116.26 -1.00% XIV MULTISYSTEM #23 XIV Long Hold 10 Stock XIV Velocityshares Daily Inverse Vix St 11/29/2017 120.47 116.26 -1.00% XIV MULTISYSTEM #6 XIV Please help me to figure out the following:- whenever i run the signal i am getting "GainLoss" always -1.00 % , what setting i have to change to fix it ? |
General Discussion · New Tool request to Stockfetcher | |
manumoneya msg #137638 |
8/14/2017 4:42:07 PM Hi Stockfetcher users, Is it right place (thread) to ask question from Stockfetcher team? They didn't reply to my above question yet. Thanks |
General Discussion · New Tool request to Stockfetcher | |
manumoneya msg #137607 |
8/13/2017 3:38:46 PM Hi Stockfetcher team, I have a simple request for you, Is it possible for you to provide a tool that can give all the result in a given filter from start date to end date in CSV file. Why i am asking for this tool is because all my filter are now giving me very weird results. If we have the requested tool then anybody can check irregularity in the results by comparing old data and new data. This will also help to make Stockfetcher very consistent tool. Thanks in advance. |
Filter Exchange · PORTFOLIO SELECTION AND MANAGEMENT USING RISK/REWARD RATIOS | |
manumoneya msg #120746 |
6/13/2014 10:08:06 PM remove this line ADD COLUMN RANK {TAA current rank} i don't know why it is causing problem.... |
General Discussion · Interesting - VXX:SPY ratio works on any time-frame | |
manumoneya msg #119947 |
5/19/2014 1:33:48 PM Add this to the ratio code for MAE: input lengthMAE = 10; input pctAbove = 10.0; input pctBelow = 10.0; plot UpperBandMAE = Average(Relation, lengthMAE) * (1 + pctAbove / 100); UpperBand.SetDefaultColor(GetColor(0)); plot LowerBandMAE = Average(Relation, lengthMAE) * (1 - pctBelow / 100); lowerBand.SetDefaultColor(GetColor(0)); ########################################### Hi, First of all thanks for sharing all this information .... i have one request can you please provide the full TOS code , actually i was trying to add the above code in your's TOS provide on first page it is showing me the error. Thanks |
Filter Exchange · A LITTLE PIECE OF CODE ON VOLATILITY | |
manumoneya msg #119077 modified |
4/12/2014 2:11:42 AM symlist(spy,iwm) set{HVstd, cstddev(historical volatility(20),20)} set{HVma, cma(historical volatility(20),20)} set{HVdiff, historical volatility(20) - HVma} set{HVzscore, HVdiff / HVstd} set{triggerline, cma(HVZscore, 3)} set{av3, average volume (3)} set{av3I , INDPOSITION(av3, close) * 5.5} add column triggerline draw triggerline line at -2 draw triggerline line at 2 draw triggerline line at 3.50 draw av3I on plot triggerline chart-time is 1 year if av3I is above 3.5 most of the time it doesn't matter whether triggerline cross -2 from below or cross 2 from avobe |
Filter Exchange · Long filter for 4/30/2011 to 8/30/2011 | |
manumoneya msg #115066 |
8/26/2013 12:53:49 AM Hi, I am not expert ... lost almost all my money in one trade but still keep that stock.... hope it will increase in future... ( no other option (: i tries to improve your filter , i don't know if it works or not what here is my contribution ****************************************************************************************************************** set{flag , INDPOSITION(cci(14), 60) * 100} set{high3 , high 3 days high minus low 3 days low} set{range3 , high3 / close} Stocks are not OTCBB Bollinger Width Oscillator(5,2) below -50 in last day Lower Acceleration Band(5) dropped more than 3.5 Percent Lower Keltner Band(5)dropped more then 3 percent Day Position(0.5,1) below day position 2 days ago average Volume(5) > 200000 close > 1.20 IMI(4) below 9 flag is increasing for the last 2 days range3 between 0.13 and 0.30 add column range3 do not draw day position (-1.00,5) do not draw day position do not draw range3 sort column 5 descending |
General Discussion · Intraday Alerts | |
manumoneya msg #115007 |
8/22/2013 11:36:59 AM What is your game plan to paper short ANW ??? ************************************************************************ Hi JP , My plan is to make 5% a week ..... Thanks, ManuMoneya |
StockFetcher Forums · · | << 1 2 3 4 5 >> |
Copyright 2018 - Vestyl Software L.L.C.•Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data
Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus