NexusFi: Find Your Edge


Home Menu

 





Indicator help with the position on a chart


Discussion in MultiCharts

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




 
Search this Thread

Indicator help with the position on a chart

  #1 (permalink)
 olobay 
Montreal
 
Experience: Intermediate
Platform: MultiCharts
Broker: DeepDiscountTrading.com
Trading: CL
Posts: 364 since Jul 2011

Hi,

I created this indicator and I want it to be placed either near the very top of the chart or the very bottom of the chart but in the same window as the chart. Changing the Margins in the Scaling section of the indicator doesn't change anything. Any ideas?

Thank you.







 
Code
fg1 = WHITE;
bg1 = BLACK;

if ((fast>med) and (med<slow)) then begin
  	fg1 = medium_up;
	bg1 = BLACK;
end;

if ((fast>med) and (med>slow)) then begin
	fg1 = strong_up;
	bg1 = BLACK;
end;

if ((fast<med) and (med>slow)) then begin
   	fg1 = medium_down;
	bg1 = BLACK;
end;

if ((fast<med) and (med<slow)) then begin
       fg1 = strong_down;
	bg1 = BLACK;
end;

if ((fast<slow) and (med>slow)) then begin
    	fg1 = pending_break;
	bg1 = BLACK;
end;
    
if ((fast>slow) and (med<slow)) then begin
	fg1 = pending_break;
	bg1 = BLACK;
end;

Plot1( 1 , "", fg1 ) ;

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Cheap historycal L1 data for stocks
Stocks and ETFs
Trade idea based off three indicators.
Traders Hideout
Strategy stop orders partially filled
EasyLanguage Programming
Better Renko Gaps
The Elite Circle
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Funded Trader platforms
54 thanks
Just another trading journal: PA, Wyckoff & Trends
19 thanks
Self sabotage reframed
15 thanks
Trading with Intuition
14 thanks
GFIs1 1 DAX trade per day journal
10 thanks
  #2 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,436 since Apr 2013
Thanks Given: 483
Thanks Received: 1,629

olobay,

I believe your best bet is to set it to "Show on Top" or "Show on Bottom" and make the subchart very small.

Regards,

ABCTG

Follow me on Twitter Reply With Quote
Thanked by:




Last Updated on April 10, 2017


© 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