Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Profile: cortner
About
User Name: cortner
Groups: Gold User, Member, Platinum User, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Gender:
Statistics
Joined: Sunday, April 13, 2014
Last Visit: Thursday, August 27, 2015 12:18:13 PM
Number of Posts: 11
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Audible alert help
Posted: Wednesday, August 19, 2015 11:24:11 AM

Any help would be much appreciated ! 

Thanks

 

Topic: Audible alert help
Posted: Monday, August 17, 2015 10:58:14 AM

I am pretty bad with coding pthegreat so I apologize ahead of time.

How could I use your above coding to add my basic coding example?

I am running only daily carts and would want theAlert to trigger only once a day and have that info added to the stockFinderApp.log

 

If isLastBar Then
  If (Price.close(0) - Price.Close(1)) / Price.Close(1) > .02 Then
    'showmessage("test")
    LokiStatic.PlaySound("c:\windows\media\notify.wav")
    Me.log.info("Alert passed on " & Me.currentsymbol & " with a price of" & price.close)
    pass
  End If
End If
Topic: Getting Alerts to work
Posted: Friday, August 14, 2015 2:30:44 PM

After copying your file and then customizing it to meet my needs, the Alert works!

Thanks for your help and I will look at your other posts for how to limit the looping of the alert.

Thanks for replying and providing your other resources.

Much appreciated.

Topic: Getting Alerts to work
Posted: Tuesday, August 11, 2015 12:16:47 PM

Reading through some old posts I have been unable to get the alert function to work.

Here is the test code I have made just to see if I can get the Alert file to play on a watchlist.

The below condition has been placed as a watchlist column and then scanned.

Any ideas as to what may be wrong?

===============================

If Me.isLastBar AndAlso (Price.close(0) - Price.Close(1)) / Price.Close(1) > .02 Then 
pass
LokiStatic.PlaySound("c:\Alarm1.wav")
End If
===============================
Topic: Backscanner Trade-Based Trade Length Exit All Issue
Posted: Monday, November 17, 2014 11:58:37 AM

Switching the order in the backscanner worked!

As always, thank you for you support and I appreciate how quickly you repsond to questions.

-Cortner

 

Topic: Backscanner Trade-Based Trade Length Exit All Issue
Posted: Monday, November 17, 2014 10:46:19 AM

When running backscanner with a Trade-Based Rule to Exit all 'X' Bars from now...

The results do not come out correctly if my Buy condition hits more than once before the Trade-Based exit rule occurs. When this happens it resets the Trade-Based Exit rule and results with some of my backscanner trades lasting much longer than the desired exit time and skewing my overall scan results.

How can I prevent this from happening?

 

Thanks,

Cortner

Topic: Historical intra-day
Posted: Tuesday, September 16, 2014 10:43:00 AM

I am sure this question has been asked before but I could not locate a thread.

Can either TC2000 or StockFinder pull historical intra-day (say 30min. interval) charts that go back a few years? I currently use stockfinder and can only seem to pull intra-day 30min data for the last 3 market days or so.

 

Thanks,

Cortner

Topic: correlation and r2 for two indicators in realcode
Posted: Friday, August 29, 2014 2:30:16 PM

The link to the "your first 3 block diagram" doesn't seem to be working.

I am trying to set this up but I am not sure what you mean by Left-click and drag on the input to the Numeric Plot Block and choose Select Block & Connect.

what' the input?

I am hoping the video will help explain.

 

Thanks,

Greg 

Topic: correlation and r2 for two indicators in realcode
Posted: Tuesday, August 19, 2014 12:54:06 PM

Thank you Bruce!

Topic: correlation and r2 for two indicators in realcode
Posted: Monday, August 18, 2014 12:04:18 PM

If I have two indicators saved in my library that I wanted to run correlation and r2 on. How would I go about doing this in realcode?

 

Thanks,

Greg