NexusFi: Find Your Edge


Home Menu

 





Hammer_Star_Doji Show Me


Discussion in EasyLanguage Programming

Updated
    1. trending_up 1,792 views
    2. thumb_up 0 thanks given
    3. group 2 followers
    1. forum 2 posts
    2. attach_file 0 attachments




 
Search this Thread

Hammer_Star_Doji Show Me

  #1 (permalink)
DayTader
Moline, IL
 
Posts: 1 since Apr 2015
Thanks Given: 0
Thanks Received: 0

I wrote the following show me indicator for daily charts but I want to be able to use it on bars that aren't complete. I want to run a scan 15 to 30 minutes before the market closes. Does anyone know how to do this?

Thanks

if (Close <= Low + ((High - Low)*.6)) and (Close >= Low + ((High - Low)*.4)) and (Open <= Low + ((High - Low)*.6)) and (Open >= Low + ((High - Low)*.4)) then
begin
Plot1(High[0], "Hamm_Sta",White) ;
Alert ;
end
Else if (Close <= Low + ((High - Low) / 2)) and (Open <= Low + ((High - Low) / 2)) then
begin
Plot1(High[0], "Hamm_Sta",Blue) ;
Alert ;
end
Else if (Close >= Low+((High - Low) / 2)) and (Open >= Low+((High - Low) / 2)) then
begin
Plot2(Low[0], "Hamm_Sta",Yellow) ;
Alert ;
end ;

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Strategy stop orders partially filled
EasyLanguage Programming
Cheap historycal L1 data for stocks
Stocks and ETFs
Better Renko Gaps
The Elite Circle
Quantum physics & Trading dynamics
The Elite Circle
ZombieSqueeze
Platforms and Indicators
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
22 thanks
What is Markets Chat (markets.chat) real-time trading ro …
19 thanks
GFIs1 1 DAX trade per day journal
15 thanks
ApexTraderFunding.com experience and review
15 thanks
EG Indicators
11 thanks
  #3 (permalink)
GlobalTrader
Long Beach , LA
 
Posts: 144 since Apr 2012
Thanks Given: 37
Thanks Received: 81



DayTader View Post
I wrote the following show me indicator for daily charts but I want to be able to use it on bars that aren't complete. I want to run a scan 15 to 30 minutes before the market closes. Does anyone know how to do this?

Thanks

if (Close <= Low + ((High - Low)*.6)) and (Close >= Low + ((High - Low)*.4)) and (Open <= Low + ((High - Low)*.6)) and (Open >= Low + ((High - Low)*.4)) then
begin
Plot1(High[0], "Hamm_Sta",White) ;
Alert ;
end
Else if (Close <= Low + ((High - Low) / 2)) and (Open <= Low + ((High - Low) / 2)) then
begin
Plot1(High[0], "Hamm_Sta",Blue) ;
Alert ;
end
Else if (Close >= Low+((High - Low) / 2)) and (Open >= Low+((High - Low) / 2)) then
begin
Plot2(Low[0], "Hamm_Sta",Yellow) ;
Alert ;
end ;

Thought about trying it on a 45 minute candle.

Reply With Quote




Last Updated on November 18, 2019


© 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
no new posts