NexusFi: Find Your Edge


Home Menu

 





Hammer_Star_Doji Show Me


Discussion in EasyLanguage Programming

Updated
    1. trending_up 1,789 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?
What broker to use for trading palladium futures
Commodities
MC PL editor upgrade
MultiCharts
Better Renko Gaps
The Elite Circle
About a successful futures trader who didnt know anythin …
Psychology and Money Management
REcommedations for programming help
Sierra Chart
 
  #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